0. Compiling in Windows

- Install visual studio express 2008. Do not use the new VS Express 2010.

- Replace C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat with the "vsvars32.bat" in this directory

- Install the leda library for Windows. Currently, the "vsvars32.bat" sets the LEDA path to
set LEDAROOT="C:\Algorithmic Solutions\LEDA-6.1-win32-msc9-std"

If this is not the right path, then it must be changed in the new "vsvars32.bat".

- Install the unix utilities in the subdirectory Utils

(A) make-3.81, which is installed in "C:\Program Files\GnuWin32\bin"
(B) UnixUtils, which include other little programs. Should go in C:\UnixUtils or you can set an alternate path in the new vsvars32.bat






